InputBaseN(string, radix)Returns the number obtained by converting string using the base specified by radix, an integer ranging from 2 to 36.
Any string representing number in base specified by radix.
Base of number represented by string ranging from 2 to 36.